home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000184_tspivey8@telus.net_Sun Jun 30 11:13:15 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  34 lines

  1. Article: 13490 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: tspivey8@telus.net (Tyler Spivey)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: ms-kermit and alt keys
  6. Date: 29 Jun 2002 12:55:49 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 16
  9. Message-ID: <a08c04ee.0206291155.1521d7da@posting.google.com>
  10. NNTP-Posting-Host: 66.183.51.5
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1025380550 26144 127.0.0.1 (29 Jun 2002 19:55:50 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 29 Jun 2002 19:55:50 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13490
  17.  
  18. hello.
  19. how do i get my alt keys to work under ms-dos kermit 3.14?
  20. if i do an alt-r in kermit, with:
  21. set term by 8
  22. set term cont 8
  23. it doesn't work.
  24. it's set at the default vt320,
  25. and i did:
  26. export TERM=vt320
  27. the machine i'm connecting to is linux, through a null modem cable.
  28. so basicly my question is:
  29. how do i send alt (or meta) keys through the serial port on an 8 bit
  30. (stty cs8) connection?
  31. and can i send alt-f<n> keys?
  32. sorry for all the questions - but how would i check if vt320 is
  33. defined in my system at all?
  34.